.control-box {
    width: 100%;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
}
.control-box ul {
  list-style: none;
  position: relative;
}
.control-box ul li {
  position: absolute;
  top: 50px;
  cursor: pointer;
}
.prev {
  left: 0;
}
.next {
  right: 0;
}
.bigbox {
  overflow: hidden;
  width: 100%;
  height: 350px;
}
#switcher {
  height: 350px;
  left: 0px;
}
.content_1.content_2 {
  width: 100%;
  float: left;
}
.box {
  transition:all .7s ease 0s;
  width: 255px;
  height: 350px;
  float: left;
  border-left: 3px white solid;
 -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
posi
}
.box:hover {
 opacity:0.5;
}
.shadow {
  width:100%;
  height: 60px;
  /* opacity: 1; */
  background-color: rgba(0, 0, 0, 0.45);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
  color: white;
  font-size: 14px;
}
.shadow .tit_cl {
  display: inline-block;
    width:90%;
    height: 350px;
    line-height: 30px;
   color: white;
   text-decoration: none;
   margin-left: 18px;
    margin-top: 10px;
    float: left;
}
/*xm轮播图*/
.ban_box{
    width: 320px;
    height: 245px;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 0;
    right: 20%;
}
.ban_box span{
    display: inline-block;
    width: 100px;
    height: 30px;
    background-color: red;
    color: #fff;
    text-align: center;
    line-height: 30px;
    float: right;
}
.ban_box h3{
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #ccc;
    width: 90%;
    margin: 32px auto 0;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-align: left;
}
.ban_box div{
    line-height: 23px;
    width: 90%;
    margin: 10px auto;
    text-align: left;
    overflow: hidden;
}
.bannerc {
    width: 100%;
    height: 30vw;
    /*font-size: 0;*/
    overflow: hidden;
    position: relative;
}

.banner_imgc {
    width: 100%;
    height: 30vw;
    position: absolute;
    left: 0;
    top: 0;
}

.banner_imgc li {
    width: 100%;
    height: 30vw;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    list-style: none;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: relative;
}

.banner_listc {
    height: 50px;
    top: 400px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

/*.banner_listc span {
    display: block;
    cursor: pointer;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 3px solid #555;
    float: left;
    margin: 0 5px;
}

.banner_listc .spcssc {
    border: 3px solid yellowgreen;
}*/

.banner_leftc {
    position: absolute;
    height: 60px;
    width: 30px;
    top: 50%;
    left: -60px;
    /*background-color: rgba(73,72,62, 0.6);*/
    margin-top: -30px;
    text-align: center;
    transition: all .5s;
    z-index: 2;
}

.banner_leftc:hover {
    /*background-color: rgba(73,72,62, 0.9);*/
}

.banner_rightc {
    position: absolute;
    height: 60px;
    width: 30px;
    top: 50%;
    right: -60px;
    /*background-color: rgba(73,72,62, 0.6);*/
    margin-top: -30px;
    text-align: center;
    transition: all .5s;
    z-index: 2;
}

.banner_rightc:hover {
    /*background-color: rgba(73,72,62, 0.9);*/
}

.banner_leftc img {
    width: 100%;
    height: 100%;
}

.banner_rightc img {
    width: 100%;
    height: 100%;
}
/*fen*/
.wraps {width:100%;height:100px;position:relative;overflow:hidden;float:left;margin:40px 0;}
.slidebox {width:100%;position:absolute;top:0;left:0;height:100px;}
.slidebox li {float:left;width:100%;height:100px;left:0;top:0;}
.slidebox li a{
    position: relative;
    display: inline-block;
    width: 100%;
}
.slidebox li h3{
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100px;
    line-height: 100px;
    color: #333333;
    font-weight: bold;
    font-size: 18px;
}
.slidebox li img {display:block;width:100%;height:100px;}
/*.dot {position:absolute;width:100%;height:30px;background:rgba(0,0,0,0.3);text-align:right;bottom:0;left:0;}
.dot p {margin-right:10px;}
.dot b {width:17px;height:17px;border-radius:20px;color:#333;display:inline-block;border:1px solid #fff;background:#fff;text-align:center;line-height:17px;margin:0 3px;margin-top:6px;cursor:pointer;font-weight:normal;}
.dot .cur {background:#F63;color:#fff;border:1px solid #f63;}*/
